You are here: COM Interface > Interfaces > ISearchJob Interface > ISearchJob::IsThreadDoneWait Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
ISearchJob::IsThreadDoneWait Method
Syntax
IDL
HRESULT IsThreadDoneWait([in] LONG millisecondsToWait, [out,retval] VARIANT_BOOL* pVal);

Returns true immediately if the thread is done; otherwise waits up to millisecondsToWait for the thread to finish, then returns false if the thread is not done yet.